Welcome![Sign In][Sign Up]
Location:
Search - android read

Search list

[androidCoolReader_CN

Description: Android阅读器源码 Android阅读器源码-Android Reader
Platform: | Size: 1392640 | Author: 张小可 | Hits:

[androidtestSQLite

Description: Android 读取 sqlite 并分页显示。看来在手机上作企业应用也是容易的事情了。-Android read data from sqlite DB and show the data in pages
Platform: | Size: 60416 | Author: sui | Hits:

[androidgoogle.android.reader

Description: Android Reader For Google的源码实例,供大家学习。 -Android Reader For Google' s source code examples for all to learn.
Platform: | Size: 1951744 | Author: choonsa.miss | Hits:

[androidandroid-cpu-net-ram

Description: android开发内存,cpu等信息读取-android development of memory, cpu and other information to read
Platform: | Size: 46080 | Author: feiyu | Hits:

[androidAndroidPdfViewer

Description: android平台上的阅读pdf文件的源码-android platform source code to read pdf files
Platform: | Size: 4635648 | Author: minkex | Hits:

[androidAndroidXml

Description: Android read XML / android讀取(解析) XML-Android read XML/android reading (parsing) XML
Platform: | Size: 71680 | Author: 賴明毅 | Hits:

[androidandroid-serialport-api

Description: android平台上用于串口访问的参考代码,很实用,可以用于需要在这个平台上读写串口操作的各种工程,程序自动搜索系统的串口-android platform reference code for serial port access, very useful, can be used to need to read and write the serial port on this platform operating various projects, the program automatically searches the system' s serial port
Platform: | Size: 194560 | Author: Frank | Hits:

[androidandroid-ndk-assets

Description: read file from assets of android app
Platform: | Size: 858112 | Author: gaogao | Hits:

[androidconnectoid-read-only_

Description: Android上的RDP客户端,还不够完善,希望志同道合的人一起努力-failed to translate
Platform: | Size: 1463296 | Author: 罗费 | Hits:

[androidandroid-read-write

Description: 1,在Android系统中,这些文件保存在 /data/data/PACKAGE_NAME/files 目录下 2,android 读取文件内容操作-Android system, these files are stored in/the data/data/PACKAGE_NAME/files directory , Android to read the contents of the file operation
Platform: | Size: 6144 | Author: huka | Hits:

[androidAndroid-VieW-Canvas-bitmap

Description: BitMap、View以及Canvas是我们Ophone程序中常用到的类。本日以feisky的学习笔记呈现,通过实例讲解View&Canvas等等。 1. 从资源中获取位图 可以使用BitmapDrawable或者BitmapFactory来获取资源中的位图。 当然,首先需要获取资源: Resources res=getResources() 使用BitmapDrawable获取位图 使用BitmapDrawable (InputStream is)构造一个BitmapDrawable; 使用BitmapDrawable类的getBitmap()获取得到位图; // 读取InputStream并得到位图 InputStream is=res.openRawResource(R.drawable.pic180) BitmapDrawable bmpDraw=new BitmapDrawable(is) Bitmap bmp=bmpDraw.getBitmap() 或者采用下面的方式: -BitMap, View and Canvas is we use class often Ophone program. This day to feisky study notes appear, through the examples explain View&Canvas and so on. 1. Get a bitmap from resources Can use BitmapDrawable or BitmapFactory to obtain resources of the bitmap. Of course, we first need to obtain resources: Resources res = getResources () Use BitmapDrawable get a bitmap Use BitmapDrawable (InputStream is constructing a BitmapDrawable Use BitmapDrawable kind getBitmap () get get a bitmap //read InputStream and get a bitmap InputStream is = res. OpenRawResource (R.d rawable. Pic180) BitmapDrawable bmpDraw = new BitmapDrawable (is) Bitmap BMP = bmpDraw. GetBitmap () Or use the following ways:
Platform: | Size: 54272 | Author: netwalk | Hits:

[androidandroid-rss

Description: 在顶部是一个spinner,在这个地方可以选择rss的源.底下紧跟着的是一个listview,用来显示rss源中读取出来的新闻标题-A spinner at the top in this place, you can select the rss source underneath followed by a listview, used to display the headlines to read the rss source
Platform: | Size: 164864 | Author: 高纯 | Hits:

[androidUSB-Device-Info---Android

Description: android 通过读取文件,检测外接设备。-android read through the document, detects external devices.
Platform: | Size: 150528 | Author: gary | Hits:

[androidmessages-read

Description: 安卓手机的 通过数据库 短信读取 可以帮助你们开发短信读取方面提供一个案例-android read messages
Platform: | Size: 1080320 | Author: wcc | Hits:

[androidandroid-local-database

Description: android 读取本地中国城市数据库,数据库不用下载,直接存放在assest文件夹当中.-Android read the local Chinese city , the does not need to download, stored directly in the assest folder.
Platform: | Size: 1758208 | Author: 徐延哲 | Hits:

[androidAndroid读取office

Description: 使得安卓能够读取office 2007的内容(It makes android devices can read the content of office 2007)
Platform: | Size: 7013376 | Author: CaesarV | Hits:

[androidAndroid-NFC-master

Description: nfc读写,支持NEDF数据格式的读写,运行url(NFC read and write, support NEDF data format read and write, run URL)
Platform: | Size: 40736768 | Author: Schwifty | Hits:

[androidandroid通过NFC读取公交卡的余额和交易记录

Description: 通过NFC读取公交卡的余额和交易记录 ,android示例程序 通过NFC的读模式,读取公交卡的余额和交易记录。这是一个开源的工程,可以读取深圳通、羊城通、北京卡、八达通、武汉通等等(Read the balance and transaction records of the bus card by NFC, Android sample program Through the reading mode of NFC, the balance and transaction records of the bus card are read. This is an open source project that can read Shenzhen, Yangcheng, Beijing, octopus, Wuhan and so on.)
Platform: | Size: 832512 | Author: gzteng | Hits:

[Other-X芯联模块开发包

Description: 读写uhf代码,适用于android读写UHF的代码(Read and write UHF code for Android read and write UHF code)
Platform: | Size: 11958272 | Author: 老窖 | Hits:

[OtherWaterCard_RW_forAndroid-master

Description: AIDE编写的一个Android 读写 m1卡demo的Activity,无注释,仅供学习研究,切勿用于非法用途!!(AIDE write a Android read and write M1 card demo Activity, no annotation, for study research, not for illegal use!!)
Platform: | Size: 62464 | Author: 八方啊 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 20 »

CodeBus www.codebus.net